Release 10.1A: OpenEdge Application Server:
Administration
WSA as a JSE Web application
To configure a WSA, it is also necessary to understand the architecture of the WSA as a JSE Web application. The WSA Web application consists of a set of directories and files. Figure 5–2 shows the directory structure.
Figure 5–2: Directory structure of the WSA as a JSE Web application
The WSA Web application consists of a subdirectory named
WEB-INF(the name is case sensitive) that contains the Web application descriptor file (web.xml) and two subdirectories for holding Java class files and Javajarfiles. The WSA Web application does not contain any class files, but does include several jar files. These form a single Web application that can contain one or more WSA instances. A JSE can contain multiple WSA Web applications, and each Web application can contains multiple WSA instances.Configuring a WSA Web application involves editing its
web.xmlfile, an XML-based file that must conform to the JSE version’s document type definition (DTD) published by Sun Microsystems, Inc. You might have to manually editweb.xmlto set WSA instance security or to add a WSA instance to the WSA Web application. For a full description of theweb.xmlfile, see Sun’s JSE specifications.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |